home *** CD-ROM | disk | FTP | other *** search
- head 1.4;
- branch ;
- access ;
- symbols ;
- locks ;
- comment @ * @;
-
-
- 1.4
- date 92.03.01.10.26.43; author melling; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 91.12.19.10.12.29; author melling; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 91.12.16.17.21.57; author melling; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 91.12.07.03.36.45; author melling; state Exp;
- branches ;
- next ;
-
-
- desc
- @Tetris 1.1
- @
-
-
- 1.4
- log
- @Release 1.3
- @
- text
- @
- #import "Minimatrix.h"
- #import "Piece.h"
-
- @@interface NextMatrix:Minimatrix
- {
- id thePiece;
- id showNextSwitch;
- BOOL pieceVisible;
- BOOL showNext;
- }
-
- - initFrame:(const NXRect *)frameRect;
-
- - drawSelf:(const NXRect *)rects :(int)rectCount;
-
- - start:sender;
- - (struct pieceInfo *)pieceInfo;
- - end:sender;
- - showNext:sender;
- - free;
-
- @@end
- @
-
-
- 1.3
- log
- @*** empty log message ***
- @
- text
- @d8 1
- @
-
-
- 1.2
- log
- @*** empty log message ***
- @
- text
- @a19 1
- - setCheating:sender;
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d20 1
- a20 1
-
- @
-